ComponentOne Data Source for Entity Framework
C1.LiveLinq.Collections Namespace / IndexedCollection<T> Class
Properties Methods Events

In This Topic
    IndexedCollection<T> Class Members
    In This Topic

    The following tables list the members exposed by IndexedCollection<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public PropertyGets or sets a delegate that is used to create new items. If it is null, a public parameterless constructor of type T is used.  
    Public PropertyThe collection of indexes for this IndexedCollection<T>  
    Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodAdds the elements of the specified collection to the end of the IndexedCollection<T>  
    Public MethodSuspends notifications while massive changes are being made to the IndexedCollection<T>.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodEnds notification suspension started with BeginUpdate.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Public Events
     NameDescription
    Public EventOccurs after the collection has changed.  
    Top
    See Also